home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-5 / card_7921.txt < prev    next >
Text File  |  1990-04-06  |  971b  |  44 lines

  1. -- card: 7921 from stack: in.0-5
  2. -- bmap block id: 8659
  3. -- flags: 0000
  4. -- background id: 2650
  5. -- name: sneak.1
  6. ----- HyperTalk script -----
  7. on size1
  8.   choose select tool
  9.   drag from 139,220 to 390,247
  10.   doMenu "copy Picture"
  11.   choose browse tool
  12.   choose select tool
  13.   drag from 139,220 to 390,247
  14.   set dragSpeed to 400
  15.   repeat for 2
  16.     drag from 390,247 to 390,260 with commandKey
  17.     drag from 390,260 to 390,280 with commandKey
  18.     drag from 390,280 to 390,319 with commandKey
  19.     drag from 390,319 to 390,247 with commandKey
  20.   end repeat
  21.   lock screen
  22.   doMenu "clear picture"
  23.   doMenu "paste picture"
  24.   unlock screen
  25.   choose browse tool
  26.   set cursor to none
  27. end size1
  28.  
  29.  
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 4001
  35. -- rect: left=139 top=218 right=247 bottom=394
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: mask
  44.